home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / WebSites / MailingLists / AMOSLIST.0799 / 000100_nobody_Wed Jul 21 12:16:42 1999.msg < prev    next >
Internet Message Format  |  1999-08-02  |  4KB

  1. Received: from onelist.com (pop.onelist.com [209.207.164.205])
  2.     by osf1.gmu.edu (8.8.8/8.8.8) with SMTP id MAA18638
  3.     for <mcox4@osf1.gmu.edu>; Wed, 21 Jul 1999 12:16:41 -0400 (EDT)
  4. Received: (qmail 8404 invoked by alias); 21 Jul 1999 16:15:54 -0000
  5. Received: (qmail 8349 invoked from network); 21 Jul 1999 16:15:52 -0000
  6. Received: from unknown (HELO midway.uchicago.edu) (128.135.12.12) by pop.onelist.com with SMTP; 21 Jul 1999 16:15:52 -0000
  7. Received: from harper.uchicago.edu (root@harper.uchicago.edu [128.135.12.7]) by midway.uchicago.edu (8.9.3/8.9.3) with ESMTP id LAA26535 for <amos-list@onelist.com>; Wed, 21 Jul 1999 11:16:15 -0500 (CDT)
  8. Received: from localhost (sdmatott@localhost [127.0.0.1]) by harper.uchicago.edu (8.9.3/8.9.3) with ESMTP id LAA07291 for <amos-list@onelist.com>; Wed, 21 Jul 1999 11:16:13 -0500 (CDT)
  9. Date: Wed, 21 Jul 1999 11:16:12 -0500 (CDT)
  10. From: "Scooter D. Matott sXe" <sdmatott@midway.uchicago.edu>
  11. X-Sender: sdmatott@harper.uchicago.edu
  12. To: Amos List <amos-list@onelist.com>
  13. Message-ID: <Pine.SOL.4.10.9907211034200.14159-100000@harper.uchicago.edu>
  14. Mailing-List: list amos-list@onelist.com; contact amos-list-owner@onelist.com
  15. Delivered-To: mailing list amos-list@onelist.com
  16. Precedence: bulk
  17. List-Unsubscribe: <mailto:amos-list-unsubscribe@ONElist.com>
  18. Reply-to: amos-list@onelist.com
  19. Mime-Version: 1.0
  20. Content-Type: TEXT/PLAIN; charset=US-ASCII
  21. Subject: [amos-list] The Mailing List Archives...
  22. Status: O
  23. X-Status: 
  24.  
  25. From: "Scooter D. Matott sXe" <sdmatott@midway.uchicago.edu>
  26.  
  27.  Ok here is my promised explanation...
  28.  
  29. My search engine does this...
  30. It has 4 loops!
  31.  
  32. 1) Loop by year
  33.  
  34. 2) Loop by month
  35.  
  36. 3) Loop by File
  37.     load message file
  38. 4) Loop by Pattern
  39.     Search for patterns in message text
  40.     This loop is short as it aborts as soon as it fails
  41.     to find a pattern entered with the AND operator
  42.     And OR searches can be done all at once,
  43.     so scott AND matott takes at most two loops
  44.     scott OR matott takes only one pass..
  45.  
  46. 4) next pattern
  47.  
  48. 3) Next File
  49.  
  50. 2) Next Month
  51.  
  52. 1) Next Year
  53.  
  54.     It loads the ENTIRE file as one big string and searches it...
  55.     This is the fastest way otherwise we'd need a 5th loop
  56.     between 3 and 4 to loop by line in file searchign for the pattern
  57.     and things would get VERY slow!!
  58.  
  59.     If it matches all patterns, then it stores the file name
  60.     in an array which is later printed to the HTML page 
  61.  
  62.     This makes certain things impossible...
  63.     1) Show Message Subject as part of the Links List print out
  64.  
  65.         This can't be done, I'd need a way to get to the
  66.         SUBJECT: line of file, but since I load the entire
  67.         file up there is no way to goto just anyone line..
  68.     I guess I could use a split command to try and work it out...
  69.  
  70.     2) Similarly a NEXT MESG IN THREAD feature is not possible.
  71.         To be honest I was a bit peeved at this suggestion...
  72.      I understand how nice it would be to have, but all the same
  73.      I felt like "If you want the bloody thing you code it yourself!"
  74.      I mean can you imagine the headache it would be to try and
  75.      sort out threads from the mass of messages I have??
  76.      It'd be one thing on NEWS-GROUP ARCHIVE, but the mailing
  77.      list is just a stack of messages divided by date...
  78.     AND dont' anybody wirte in saying how easy this would be unless
  79.     they have perl code to hand me with their cheap words!!    
  80.  
  81.     I'm sorry, esp to Keith, it wasn't an ureasonable suggestion
  82.     it's just one of those things that sounds maybe easier than it
  83.     is to do, also it's the kind of thing user's like to take
  84.     for granted when it's there...
  85.     
  86.     Anyway, thanks for all the postive words I will be listing the
  87.     cite with Amiga Web Directory today so it is more or less done in
  88.     my eyes, well enjoy!
  89.  
  90.     Thanks,
  91.           Scott Matott sXe
  92.           Chicago, Il USA
  93.  
  94.  
  95. Pac Man Defense
  96.  
  97. A takeover defense pattern named after the video game. The original
  98. takeover target attempts to swallow (takeover) the original bidder. 
  99.  
  100.  
  101.  
  102.  
  103.  
  104. --------------------------- ONElist Sponsor ----------------------------
  105.  
  106. ONElist:  your connection to like-minds and kindred spirits.
  107.  
  108. ------------------------------------------------------------------------
  109. Official AMOS WWW: http://members.xoom.com/AmosFactory/front.html